home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Acao
/
TrickyClickyBall.swf
/
scripts
/
DefineButton2_136
/
BUTTONCONDACTION on(release).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-09-27
|
243 b
|
14 lines
on(release){
_root.eyes += 1;
if(_root.eyes > 4)
{
this.ball.eyos._visible = false;
_root.eyes = 0;
}
else
{
this.ball.eyos.gotoAndStop(_root.eyes);
this.ball.eyos._visible = true;
}
}